home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / communic / wc094c.zip / NEWS.SCR < prev    next >
Text File  |  1993-03-03  |  1KB  |  54 lines

  1. ;***********************************************************************
  2. ;       WinCIS .94
  3. ;       Copyright(C) 1992
  4. ;       Larry Lee (76670,1471)
  5. ;       16038 Augusta Drive
  6. ;       Chino Hills, Ca 91709
  7. ;***********************************************************************
  8.  
  9. ; GO FULL SCREEN
  10. WINDOWSTATE MAXIMIZE
  11.  
  12. WAIT !
  13. SEND SET BRIEF YES^M
  14. WAIT !
  15. SEND SET PAGED NO^M
  16. WAIT !
  17. SEND SET BLANK YES^M
  18. WAIT !
  19.  
  20. SEND GO OLT-90^M
  21. WAIT !
  22.  
  23. ; Erase Exitsing File if Any
  24. KILLFILE &MessagePath\NEWS.TXT
  25.  
  26. ; ^M^J is the same as a CRLF
  27. ; Add a Title Line
  28. PUTFILE &MessagePath\NEWS.TXT ^M^J>>> OLT-90 Online Today's daily Edition as of &DATE atT &TIME <<<^M^J^M^J
  29.  
  30. ; Start File Capture
  31. CAPTURE &MessagePath\NEWS.TXT APPEND
  32.  
  33. ; Read the News
  34. SEND ALL^M
  35. WAIT age!
  36. ; Turn Off File Capture
  37. CAPTURE OFF
  38.  
  39. SEND ^M
  40. ; outta here
  41. WAIT T-90
  42. SEND ^M
  43.  
  44. ; Wait For Navigation Prompt
  45. WAIT !
  46.  
  47. ; Shrink the screen Size
  48. WINDOWSTATE MINIMIZE
  49. ; Call Notepad
  50. SHELL NOTEPAD.EXE 1 &MessagePath\NEWS.TXT
  51.  
  52. ; Logoff CIS and Exit the Terminal Window
  53. LOGOFF
  54.